-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add ecs jit sdk #1103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add ecs jit sdk #1103
Conversation
| folder_key: Optional[str] = None, | ||
| folder_path: Optional[str] = None, | ||
| ) -> Any: | ||
| def retrieve_by_id(self, id: str) -> Any: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we keep the folder params?
| class WaitEphemeralIndex(BaseModel): | ||
| """Model representing a wait Jit Index task.""" | ||
|
|
||
| id: str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here let's pass an instance of ContextGroundingIndex as we do for the other interrupt models
| attachments=value.attachments, | ||
| ) | ||
| if not ephemeral_index: | ||
| raise Exception("Failed to start ephemeral index") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
| raise Exception("Failed to start ephemeral index") | |
| raise Exception("Failed to create ephemeral index") |
89c52ea to
d308f56
Compare
No description provided.